/* Write your styles */
/* commmon */
.bannerTop{
    margin-top: 80px;
    width: 100%;
}
.bannerTop img{
    width: 100%;
}
  /* 遮罩层 */
  #cover{
    position:fixed;
    left:0px;
    top:0px;
    background:rgba(0, 0, 0, 0.6);
    width:100%;  /*宽度设置为100%，这样才能使隐藏背景层覆盖原页面*/
    height:100%;
    overflow-y: hidden;
    overflow-x: hidden;
    filter:alpha(opacity=100);  /*设置透明度为60%*/
    opacity:1;  /*非IE浏览器下设置透明度为60%*/
    display:none;
    z-Index:9999;
}

/*  */
.company{
    display: flex;
    justify-content: center;
}
.companybox{
    /* margin-top: 40px; */
    width: 80%;
    display: flex;

    flex-wrap: wrap;
    justify-content: center;
}
.companyInfo{
    width: 48%;
    font-size: 20px;
    padding-bottom: 20px;
}
.companyimg{
    display: block;
    width: 48%;
    margin-left: 4%;
}
.companyimg2{
    width: 100%;
}

.busBox{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 5% 0;
}
.busBoxList{
    margin-bottom: 20px;
    width: 23%;
    background: #FFFFFF;
    box-shadow: 0px 0px 8px 1px rgba(0,0,0,0.16);
    border-radius: 8px 8px 8px 8px;
    padding: 0 0 6px 0 ;
    display: flex;
    flex-direction: column;
    align-items: center; 
    justify-content: space-between;
    border-radius: 8px;

}
.busBoxList:hover{
    scale: 1.1;
    transition: all 0.5s;
}
.busBoximg{
    width: 100%;
     border-radius: 8px 8px 0 0 ;
}
.busBoxList span{ 
    width: 100%;
    font-size: 14px; 
}

.advantages{
    display: flex;
    justify-content: center;

}
.advantages img{
    width: 70%;
}
.customerBox{
    margin: 0 10%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.customerList{
   width: 21%;
   position: relative;
   margin-bottom: 20px;
}
.customerimg{
    width: 100%;
}
.customerHover{
    opacity: 0;
    box-shadow: 0px 0px 8px 1px rgba(0,0,0,0.16);
    border-radius: 8px 8px 8px 8px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.customerHover:hover{
    opacity: 1;
    scale: 1.1;
    transition: all 1s;
}
.customerList:hover{
    scale: 0.9;
    transition: all 1s;
}

.customerimgIn{
    margin-top: 20px;
    width:  40%;
}
.customerimgIn img{
    width: 100%;
}

.customerHover span{
    width: 100%;
    text-align: center;
     color: #FFFFFF;
     font-size: 16px;
}
.banswiper{
    width: 100%;
}

.swiper {
    /* margin-left: 30px; */
    width: 100%;
    /* padding-top: 50px; */
    padding-bottom: 20px;
}

.swiper-slide {
    background-position: center;
    background-size: cover;
    /* background-color: #333; */
    width: 500px;
    height: 500px;
    /* margin: 0 0 0 40px; */
    box-shadow: 0px 3px 6px 1px rgba(0,0,0,0.16);
    border-radius: 12px 12px 12px 12px;
  
    
}
.swiper-slide h2,h3,h4,h5{
    color: #000;
    text-align: left;
    text-indent: 2rem;
    padding:0 20px;
}
.swiper-slide h3{
    margin-top: 20px;
    font-size: 20px ;
}
.swiper-slide h4{
    margin-top: 10px;
    color: #999999;
    font-size: 16px ;
    font-weight: 200;
}
.swiper-slide img {
    display: block;
    width: 100%;
    height: auto;
}
.swiper-content{
    background-color: #fff;
    padding-bottom:20px ;
    color: #000;
   
   
   
}
.swiper-title{
    display: flex;
    align-items: center;
    background-color: #fff;
    padding: 18px;
    font-size: 30px;
    font-weight: bold;
    color: #000;
}
.swiper-title img{
    margin-left: 20px;
    width: 18px;
    height: 18px;
}

.tips{
    width: 100%;
    text-align: center;
    font-size: 14px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    margin-bottom: 20px;
}
.infoBox{
    
    display: flex;
    justify-content: center;
}
.infoBoxCenter{
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.infoList{
    width: 48%;
    margin-bottom: 20px;
    position: relative;
    
}
.infoName{
    position: relative;
    z-index: -1 !important;
    color: #999999;
    margin-bottom: 12px;
}
.infoName span{
    color:#FF6666;
    
}
.infoList input{
    width: 100%;
    padding: 16px 0;
    height: 20px;
    border-radius: 4px 4px 4px 4px;
    border: 1px solid #CCCCCC;
    outline: none;
    text-indent: 10px;
    
}
.infoList input[disabled]{
    background: #fff;
}

.infoList img{
    position: absolute;
    padding: 10px;
    bottom: 0;
    right: 0;
    width: 40px;
    transition: all 0.2s ;
}
.selection{
    position: absolute;
    width: 100% ;
    top: calc(100% + 10px);
    left: 0;
    background: #fff;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    max-height: 0;
    border-radius: 10px;
    z-index: 9999 !important;
    /* transition: all 0.2s ease-in;  */
    /* transition: all 0s ease-out; */
}
.selection::before{
    content: '';
    font-size: 0;
    line-height: 0;
    margin: 0 auto;
    display: block;
    /* box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2); */
    /* background-color: #F2FCFF; */
     background-color: rgba(255,255,255,0.9);
    width: 10px;
    height: 10px;
    -webkit-transform:rotate(45deg);
    transform: rotate(45deg);
    position: relative;
    top: 5px;
    z-index: 1;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
    
}

.selList{
    position: relative;
    z-index: 2;
    /* background: #F2FCFF; */
     background-color: rgba(255,255,255,0.9);
    padding: 10px 30px;
    width: 100%;
}
.selList:hover{
    background:#1AC388;
    color:#fff;
    scale: 1.1;
}
.infoama,.infoamb,.infoamc{
    max-height: 0;
    transition: all 0.3s ease-in 0s;
}
/* .infoam1:hover  .infoama{
    max-height: 3000px;
}
.infoam2:hover  .infoamb{
    max-height: 3000px;
}
.infoam3:hover  .infoamc{
    max-height: 3000px;
} */

.confirm{
     display: flex;
     justify-content: center;
}
.confirmbtn{
    width: 250px;
    height: 40px;
    background: #1AC388;
    border-radius: 4px 4px 4px 4px;
    opacity: 1;
    text-align: center;
    line-height: 40px;
    color: #fff;
    margin: 40px 0;
}
.coverbox{
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%,0);
    
    width: 300px;
    height: 216px;
    padding: 20px;
    background: #FFFFFF;
    border-radius: 16px 16px 16px 16px;
    opacity: 1;
    border: 1px solid #707070;
}
.closeimg{
    position: absolute;
    right: 15px;
    top: 15px;
    width: 15px;
    height: 15px;
}
.coverbox h3{
    padding: 0;
    text-indent: 0;
}
.codePhone{
    margin-top: 12px;
    font-size: 12px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #333333;
}
.codeInput{
    margin-top: 24px;
    width: 240px;
    height: 36px;
    padding: 10px ;
    background: #F5F5F5;
    border-radius: 4px 4px 4px 4px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.codeValue{
    width: 60%;
    border: none;
    outline: none;
    background: #F5F5F5;
    text-indent: 10px;
}
.codeGet{
    cursor: pointer; 
    font-size: 12px;
    font-weight: 400;
    color: #61A5FF;
}
.sure{
    display: flex;
    justify-content: center;
}
.surebtn{
    width: 240px;
    height: 36px;
    background: #1AC388;
    border-radius: 4px 4px 4px 4px;
    opacity: 1;
    text-align: center;
    line-height: 36px;
    color: #fff;
    margin-top: 20px;
}

.service-ul li{
    width: 80%;
    margin: 20px 10%;
    padding-top: 20px;
    /* background: #ccc; */
    box-shadow: 0px 0px 24px 1px rgba(0,0,0,0.16);
    border-radius: 16px 16px 16px 16px;
    }


/* 企业动态 */
.newBox{
    width: 70%;
    margin: 0 15%;
    display: flex;
    justify-content: space-between;
}
.newBox_l{
    width: 70%;
}
.newBox_r{
    width: 28%;
}
.newList{
    display: flex;
    margin-bottom: 20px;
    /* flex-wrap: wrap; */
    justify-content: space-between;
      align-items: stretch;  
    box-shadow: 0px 0px 12px 1px rgba(0,0,0,0.16);
    border-radius: 12px 12px 12px 12px;

}
 
.newInfo{
    
    padding: 18px;
   
}
.newInfo span{
    display: inline-block;
   
    line-height: 16px;
 
}
.newtitle{
    display: flex;
    justify-content: space-between;
    /* margin-bottom: 20px; */
}
.newMore{
    margin-top: 10px;
    float: right;
    width: 80px;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    text-align: center;
    font-weight: 400;
    color: #1AC388;
    background: #FFFFFF;
    border-radius: 20px 20px 20px 20px;
    opacity: 1;
    border: 1px solid #1AC388;
}

.employeesAll{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 20px;
}
.employeesList{
    margin-bottom: 20px;
    box-shadow: 0px 0px 12px 1px rgba(0,0,0,0.16);
    border-radius: 12px 12px 12px 12px;
    overflow: hidden;

    width: 48%;
}
.employeesList img{
    width: 100%;
    
}
.employeesList h3{
    padding: 10px 0;
    font-size: 16px;
    text-indent: 10px;
}
.employeesList span{
    display: inline-block;
    width: 100%;
    padding: 5px 0;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    color: #999999;
}
.tongzhi{
    /* width: 65%; */
   
    padding: 20px 20% ;
    background-color: #f0eeed;
}

/* 企业文化 */
.corporate{
    width: 70%;
    margin: 0 15%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.corporateList{
    width: 20%;
}
.corporateList img{
    width: 100%;
}
.corporateList span{
    width: 100%;
    margin-top: 10px;
    display: inline-block;
    font-size: 15px;
    font-weight: 400;
    color: #333333;
    text-align: center;
}
.service{
    width: 70%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.serviceList{
    padding: 0 10px;
    box-shadow: 0px 0px 12px 1px rgba(0,0,0,0.16);
    border-radius: 12px 12px 12px 12px;
    overflow: hidden;
    width: 30%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.serviceList:hover{
    scale: 1.1;
    transition: all 0.5s;
}
.serviceimg{
    width: 100%;
}
.serviceimg img{
    width: 100%;
    min-width: 80px;
}
.serviceInfo{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.serviceInfo h3{
    font-size: 24px;
    padding: 10px 0 ;
    text-indent: 0;
   
}
.serviceInfo span{
    width: 100%;
    padding: 10px 0;
    display:inline-block;
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    color: #333333;
}

/* 加入我们 */
.inquireAll{
    width: 70%;
    margin: 0 15%;
}
.inquire{
	display: flex;
	justify-content: space-between;
	align-items: center;
	/* background: #333333; */
	border-radius:4px;
	opacity: 1;
	border: 1px solid #E5E5E5;
	padding: 0px 0 0px 24px; 
}

.inquire2{
	/* background: #333; */
}
.inquireimg{
	width: 16px;
	height: 16px;
	margin-right: 20px;
	display: flex;
	align-items: center;
}
.inquireimg img{
	width: 100%;
	height: 100%;
}
.inquireinp{
	flex: 1;
}
.inquireinp input{
    display: flex;
    align-items: center;
	width: 100%;
	background: none;
	border: none;
	outline: none;
	font-size: 16px;
}
.inquirebtn{
	width: 120px;
	height: 60px;
	background: #1AC388;
    border-radius: 4px;
	line-height: 60px;
	text-align: center;
	font-size: 20px;
	font-family: Microsoft YaHei-Regular, Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	cursor:pointer;
}

.failtxt{
	display: none;
	margin-top: 10px;
	color: #fff;
	cursor:pointer;
}
/* 加入我们 - 招聘 */

.post{
	margin: 40px 0;
	/* width: 80vw; */
	height: 600px;
	overflow-y: scroll;
	/* background: #333; */
}
.postList{
	/* border: 1px solid #ccc; */
	border-radius: 20px;
	
    border: 1px solid #e1e1e1;
    /* box-shadow: 0px 0px 24px 1px rgba(0,0,0,0.16); */
    border-radius: 16px 16px 16px 16px;
    
    margin: 0px auto 40px;
}
.postList:hover{
	/* border: 1px solid #000; */
}
.postname{
   
	display: flex;
    justify-content: space-between;
    margin: 20px 30px 0 30px;
   
}
.postname_top{
    font-size: 24px;
	display: flex;
	align-items: center;
}
.postname_top h3 {
    padding: 0;
    text-indent: 0;
    color: #333;
}
.postname_top span {
    /* font-size: 24px; */
    color: #ff3f3f;
    margin-top: 3px;
    margin-left: 15px;
    font-weight: 700;
	font-family: Helvetica Neue,Helvetica,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Arial,sans-serif;
}
.elbtn{
	display: inline-block;
    line-height: 1;
    white-space: nowrap;
    cursor: pointer;
    background: #1AC388;
    border:none;
    color: #fff;
    -webkit-appearance: none;
    text-align: center;
    box-sizing: border-box;
    outline: 0;
    margin: 0;
    transition: .1s;
    font-weight: 500;
    padding: 12px 20px;
    font-size: 14px;
    border-radius: 4px;
}
.elbtn2{
    width: 123px;
    height: 52px;
    background: rgba(26,195,136,0);
    border-radius: 26px 26px 26px 26px;
    border: 1px solid #1AC388;
    display:flex;
    justify-content: space-around;
	align-items: center;
    color:#1AC388;
 }
.postorder{
	display: flex;
    flex-wrap: wrap;
	align-items: center;
	margin: 20px 30px 0px 30px;
}
.postorder div{
    
    font-size: 12px;
    font-weight: 400;
    color: #999999;
	margin: 0 10px;
    margin-bottom: 20px;
}
.postrequire{
	
	width: 100%;
    height: 53px;
    padding : 10px 0;
    padding-left: 25px;
	background: #F2F2F2;

    /* background-image: linear-gradient(270deg,hsla(0,0%,96.1%,0),#f5f5f5); */
    border-radius:  0 0 20px 20px;
	display: flex;
}
.postrequire div{
	height: 34px;
	line-height: 24px;
	text-align: center;
    padding: 5px 14px;
    background-color: #e1e1e1;
    font-size: 16px;
    color: #666;
    margin: 0 15px 15px 0;
    border-radius: 5px;
}


.mask{
	
	background: rgba(0, 0, 0, 0.5);
	position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: auto;
    margin: 0;
	z-index: 1000;
	display: none;
  }
  .box{

	
	background: #fff;
	position: relative;
    margin: 0 auto 50px;
    border-radius: 2px;
    box-shadow: 0 1px 3px rgb(0 0 0 / 30%);
    box-sizing: border-box;
    width: 50%;
	margin-top: 15vh;
	padding: 20px;
	border-radius: 10px;
  }
  .box2{
	width: 70% ;
  }
  .closeimg{
	width: 20px;
	height: 20px;
	position: absolute;
	right: 20px;
	top: 20px;
  }
  .set-head{
     display: flex;
	 align-items: center;
  }
  .set-head span{
	font-size: 24px;
	font-family: Microsoft YaHei-Bold, Microsoft YaHei;
	font-weight: bold;
	/* color: #fff; */
	margin-left:20px ;
  }
  .set_c{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
  }
  .set_c span{
	margin-top: 20px;
	font-size: 14px;
	font-family: Microsoft YaHei-Regular, Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	margin-left:10px ;
  }
  .box_title{
	
	margin-top: 50px;
	display: flex;
	align-items: center;
  }
  .gang{
	width: 5px;
    height: 22px;
	background-color: #7a64f6;
  }
  .box_title span{
	
	margin-left: 15px;
	font-size: 22px;
    /* color: #fff; */
  }
  .posttype{
	display: flex;
	align-items: center;
	margin-top: 20px;
  }
  .posttype span{
	/* height: 24px; */
    padding: 5px 10px;
    background-color: #e1e1e1;
    font-size: 16px;
    color: #666;
    margin: 0 15px 10px 0;
    border-radius: 5px;
  }
  .gangwei{
	margin-top: 20px;
	font-size: 18px;
    color: #333;
  }
  .gangwei_c span {
	line-height: 30px;
  }
  .tdbtn{
	margin-top: 20px;
    padding: 10px 0;
    width: 120px;
	text-align: center;
    
	background: #1AC388;
	font-size: 24px;
	font-family: Microsoft YaHei-Regular, Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	border-radius: 8px;
	cursor: pointer;
  }
  .iptcss{
	margin-top: 20px;
  }
  .iptcss input{
    padding: 10px 0;
	font-size: 18px;
	width: 100%;
	border-radius: 5px;
	border: none;
	outline: none;
	text-indent: 20px;
	background: #F2F2F2;
	color: #000;
  }
  .selectionbox{
	cursor: pointer;
	padding-left: 20px;
	width: 100%;
    /* height: 200px; */
	background-color: #f2f2f2;
	color: #000;
	font-size: 20px;
	line-height: 40px;
	position: absolute;
	top: 32px;
	left: 0;
	display: none;
  }
  .addClassActive{
	width: 800px !important;
	height: 100px !important;
  }
  .fileinput{
    opacity: 1;
    /* background: #999999;
    border-radius: 8px 8px 8px 8px; */
  }
@media only screen and (max-width:1240px) {
	.companybox{
        width: 90%;
        
    }
}
@media only screen and (max-width:1024px) {
	.companybox{
        width: 90%;
       
    }
}
@media only screen and (max-width:768px) {
	.companybox{
        width: 92%;
    }
    .companyInfo{
        width: 96%;
        margin-top: 20px;
       
    }
    .companyimg{

        display: block;
        width: 96%;
        margin-right: 0%;
    }
    .busBox{
        margin: 0 2% 0; 
    }

    .busBoxList{
        width: 30%;
    }
    .customerList{
        width: 48%;
        
     }
     .swiper-title{
        font-size: 20px;
     }
     .swiper-slide{
        margin:  0 40px;
     }
     .infoBoxCenter{
        width: 80%;
     }
     .infoList{
        width: 100%;
     }
     .newBox{
        width: 88%;
        margin: 0 6%;
        display: flex;
        flex-wrap: wrap;
    }
    .newBox_l{
        width: 100%;
    }
    .newBox_r{
        width: 100%;
    }
    .newList{
        flex-wrap: wrap;
    }
    .newimg{
        width: 100%;  
        /* min-width: 0;   */
    }
    .corporateList{
         width: 40%;
    }
    .serviceList{
        margin-bottom: 20px;
        width: 100%;
    }
    .inquireAll{
        width: 90%;
        margin: 0 5%;
    }
    .inquireimg{
		margin-right: 2px;	
	}
	.inquireinp input{
		
		font-size: 12px;
	}
	.inquirebtn{
		width: 80px;
		height: 40px;
		border-radius: 22px;
		line-height: 40px;
		font-size: 16px;
		cursor:pointer;
		
	}
    .postname_top{
        font-size: 18px;
        white-space: nowrap;
    }
    .mask .box {
        width: 90%;
    }
}
.beian{
	display: flex !important;
    flex-wrap: wrap;
	justify-content: center !important;
    align-items: center;
}
.beian img{
    width: 20px;
    height: 20px;
}
.lianjie{
	display: flex !important;
	justify-content: center !important;
	font-size: 12px !important;
	color: #fff  !important;
}
.childLi{
    height:40px !important;
    line-height:40px !important;
}
.childLi > a{
     line-height:40px!important;
     padding:0 20px;
     /* padding:10px!important; */
}
.more{
    width:100%;
    text-align: center;
    color: #333;
    margin-top:20px;
}
